[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  LookOBJ  METHODS

  LookTOT Controls the default settings for windows, lists and menus.

  procedure SetWindow(Border,Body,Icons:byte);
  procedure SetWinKeys(Move,Stretch,Zoom:word);
  procedure SetListKeys(EndKey,Esc,Toggle,Tag,UnTag:word);
  procedure SetListChars(LeftChar,RightChar,
                         ToggleOnChar,ToggleOffChar:char);
  procedure SetMenu(Bor,Tit,Icon,HiHot,HiNorm,LoHot,LoNorm,Off:byte);
  procedure SetDefaults;
  function  WinBorder:byte;
  function  WinBody:byte;
  function  WinTitle:byte;
  function  WinIcons:byte;
  function  WinMoveKey: word;
  function  WinStretchKey: word;
  function  WinZoomKey: word;
  function  ListEndKey: word;
  function  ListEscKey: word;
  function  ListToggleKey: word;
  function  ListTagKey: word;
  function  ListUnTagKey: word;
  function  ListLeftChar: char;
  function  ListRightChar: char;
  function  ListToggleOnChar: char;
  function  ListToggleOffChar: char;
  function  MenuBor:byte;
  function  MenuTit:byte;
  function  MenuIcon:byte;
  function  MenuHiHot:byte;
  function  MenuHiNorm:byte;
  function  MenuLoHot:byte;
  function  MenuLoNorm:byte;
  function  MenuOff:byte;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson